@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
.actions.clearfix {
    display: none;
}
.header_wrap {
    box-shadow: 0px 0px 4px #00000025;
    padding: 5px 0;
}

.navbar-brand {
    padding: 0px;
    margin-right: 0px;
}

.navbar-brand img {
    height: 100px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #4A4955;
    font-size: 15px;
    font-weight: normal;
    padding: 0px 15px;
}


.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #f39f24;
}

.navbar-expand-lg .navbar-nav .rating_nav-item .nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
}

.navbar-expand-lg .navbar-nav .rating_nav-item .nav-link span {
    color: #f4a024;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 4px;
}

.navbar-toggler {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    flex-shrink: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navBtn_numnber {
    display: flex;
    align-items: center;
}

.nav_phone {
    color: #4A4955;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav_phone:hover {
    color: #f39f24;
}

.nav_phone span {
    background-color: #2a3e5c4a;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    border-radius: 100%;
    font-weight: bold;
}

.btn_blue {
    border: 2px solid #2A3E5C;
    color: #2A3E5C;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    padding: 10px 25px;
    text-decoration: none;
    margin-right: 15px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.btn_blue:hover {
    background-color: #2A3E5C;
    color: #ffffff;
}

.btn_gradant {
    background-image: linear-gradient(to right, #2A3E5C, #F4A024);
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.btn_gradant:hover {
    background-image: linear-gradient(to right, #F4A024, #2A3E5C);
    color: #fff;
}

.white_btn {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    padding: 10px 25px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.white_btn:hover {
    background-color: #2A3E5C;
    border-color: #2A3E5C;
    color: #ffffff;
}

.video_modal {
    width: 800px;
    max-width: 100%;
}

.video_modal .btn-close {
    box-shadow: none;
}

.video_modal .VideoModal iframe {
    width: 100%;
    height: 60vh;
}

.video_modal .modal-body {
    padding: 0px;
}

/* .video_modal .modal-footer {
    text-align: center;
    justify-content: center;
} */

.video_modal .modal-footer .btn_gradant {
    border: none;
}

.eBook_modal {
    width: 800px;
    max-width: 100%;
}

.eBook_modal .btn-close {
    box-shadow: none;
}

.eBook_modal .modal-footer .btn_gradant {
    border: none;
}

.payment_modal .modal-body {
    padding: 20px;
}



@media screen and (max-width: 991px) {
    .navbar-collapse.collapse:not(.show) {
        display: block;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        background: #212529;
        width: 400px;
        height: 100%;
        z-index: 9999;
        padding: 25px;
        transform: translateX(-100%);
        transition: 0.5s ease-in-out;
        display: block;
    }

    .navbar-collapse.show {
        transform: translateX(0px);
    }

    .nav-overlay {
        position: fixed;
        background: #0000007d;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 2;
        transform: translateX(-100%);
        transition: 0.5s ease-in-out;
        display: block;
    }

    .nav-overlay.active {
        transform: translateX(0);
    }
}


.section_mt {
    margin-top: 5rem;
}

.section_pt {
    padding-top: 4rem;
}

.section_pb {
    padding-bottom: 4rem;
}

.section_pl {
    padding-left: 3rem;
}

.section_pr {
    padding-right: 3rem;
}

.background_gray {
    background-color: #F7F7F8;
    border-radius: 20px;
}

.background_gradient {
    background-image: linear-gradient(to right, #2A3E5C, #F4A024);
    border-radius: 20px;
}

.home_bannerContent h1 {
    font-size: 30px;
    color: #27262B;
    font-weight: 500;
    margin-bottom: 25px;
    font-family: "Poppins", sans-serif;
    line-height: 40px;
}

.home_bannerContent p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #4A4955;
    margin-bottom: 25px;
}

.home_bannerContent span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #4A4955;
    margin-bottom: 25px;
}


.banner_form {
    background-color: #fff;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 0px 4px #00000025;
    margin-left: 30px;
}

.banner_form h3 {
    background-image: linear-gradient(to right, #2A3E5C, #F4A024);
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 14px 0;
    margin-bottom: 0px;
}

.banner_form .form {
    padding: 25px 25px;
}

.form-select {
    border-color: #B8B7C2 !important;
    box-shadow: none !important;
    color: #333333;
    font-size: 15px;
    height: 45px;
}

.form-control {
    border-color: #B8B7C2 !important;
    box-shadow: none !important;
    color: #333333;
    font-size: 15px;
    height: 45px;
}

.form-control::placeholder {
    color: #333333;
}

.save_20Btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 0px 4px 4px 0px;
    background-color: #2A3E5C;
    color: #fff;
    font-size: 15px;
    border: none;
    font-weight: 600;
    padding: 0 12px;
}

.save_20 {
    background-color: #2a3e5c54;
    width: 100%;
    display: block;
    border-radius: 4px;
    color: #27262B;
    font-size: 15px;
    padding: 6px 10px;
    text-align: center;
    font-weight: bold;
}

.price_order {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price_order p {
    margin-bottom: 0px;
    color: #008000;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
}

.price_order p small {
    font-size: 15px;
    color: #737384;
    font-weight: 500;
}

.price_order .btn_gradant {
    width: 50%;
    text-align: center;
}

.section_title {
    margin-bottom: 25px;
}

.section_title h2 {
    text-align: center;
    font-size: 35px;
    color: #27262B;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.section_title p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
    color: #4A4955;
}

.whyChoose_tab .nav .nav-item:first-child button {
    border-top: 1px solid #0000002e;
}

.whyChoose_tab .nav .nav-item button {
    width: 400px;
    color: #4A4955;
    font-size: 15px;
    text-align: left;
    padding: 15px 15px;
    font-family: "Poppins", sans-serif;
    border-radius: 0px;
    border-bottom: 1px solid #0000002e;
    background-color: #ffffff;
}

.whyChoose_tab .nav .nav-item button.active {
    background-image: linear-gradient(to right, #2A3E5C, #F4A024);
    color: #fff;
}

.whyChoose_tab .tab-content {
    width: 100%;
    background-image: linear-gradient(to right, #2A3E5C, #F4A024);
    border-radius: 12px;
    padding: 38px 30px;
    height: 380px;
}

.whyChoose_tab .tab-content .tab-pane img {
    height: 140px;
    margin-bottom: 25px;
}

.whyChoose_tab .tab-content .tab-pane h2 {
    font-size: 24px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #fff;
    margin-bottom: 20px;
}

.whyChoose_tab .tab-content .tab-pane p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
}

.section_titleText_only {
    margin-bottom: 0px;
}

.section_titleText_only h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.section_titleText_only p {
    font-weight: 600;
    color: #27262B;
}


/*  */

.review_slider .carousel {
    width: 100%;
    margin: 0px auto;
}

.review_slider .slick-slide {
    margin: 10px;
}


.review_slider .slick-dots li button:before {
    font-size: 20px;
    color: white;
}

.review_slider .slick-prev,
.review_slider .slick-next {
    font-size: 15px;
    color: #737384;
    z-index: 10;
    background-color: #ffffffcf;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    top: -45px;
}

.review_slider .slick-prev {
    right: 40px;
    left: unset;
}

.review_slider .slick-next {
    right: 0px;
    left: unset;
}

.review_slider .slick-prev:before,
.slick-next:before {
    display: none;
}

.review_col {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 4px #00000025;
    padding: 20px;
    height: 440px;
}

.review_col .profile {
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #83838340;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.review_col .profile img {
    height: 50px;
    min-height: 50px;
    width: 50px;
    min-width: 50px;
    object-fit: cover;
    border-radius: 100%;
}

.review_col .profile h4 {
    margin: 0px;
    font-size: 20px;
    font-weight: 500;
}

.review_col .comment {
    font-size: 16px;
    color: #696C74;
    line-height: 27px;
}

.review_col .rating {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 30px;
}

.review_col .rating li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #696C74;
    font-size: 16px;
    line-height: 35px;
}

.review_col .rating li span {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #121212;
    font-weight: 600;
    gap: 5px;
}

.review_col .btn_gradant {
    display: block;
    width: fit-content;
    margin: auto;
}

.review_btn .white_btn {
    width: 250px;
    display: inline-block;
}

.recentReview_col {
    height: auto;
}


/*  */

.ourSample_slider .carousel {
    width: 100%;
    margin: 0px auto;
}

.ourSample_slider .slick-slide {
    margin: 10px;
}


.ourSample_slider .slick-dots li button:before {
    font-size: 20px;
    color: white;
}

.ourSample_slider .slick-prev,
.ourSample_slider .slick-next {
    font-size: 15px;
    color: #737384;
    z-index: 10;
    background-color: #F7F7F8;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    top: -45px;
}

.ourSample_slider .slick-prev {
    right: 40px;
    left: unset;
}

.ourSample_slider .slick-next {
    right: 0px;
    left: unset;
}

.ourSample_slider .slick-prev:before,
.slick-next:before {
    display: none;
}

.ourSample_col {
    border-radius: 12px;
    background-color: #F7F7F8;
    box-shadow: 0px 0px 4px #00000025;
    padding: 50px 20px;
    position: relative;
    text-align: center;
}

.ourSample_col span {
    background-image: linear-gradient(to right, #2A3E5C, #F4A024);
    color: #fff;
    border-radius: 35px;
    font-size: 12px;
    padding: 5px 12px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.ourSample_col img {
    height: 60px;
    margin: 0px auto 20px;
}

.ourSample_col h3 {
    color: #27262B;
    font-size: 20px;
    margin-bottom: 35px;
}

.btn_white {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #27262B;
    border: 1px solid #fff;
    width: fit-content;
    padding: 12px 25px;
    text-decoration: none;
    margin: auto;
    border-radius: 4px;
    font-size: 16px;
    gap: 5px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.btn_white:hover {
    background-color: #2A3E5C;
    color: #ffffff;
}

.btn_white img {
    margin: 0px;
    height: 30px;
}


/*  */
.testim_slider {
    margin-top: 3rem;
}

.testim_slider .carousel {
    width: 100%;
    margin: 0px auto;
}

.testim_slider .slick-slide {
    margin: 10px;
}


.testim_slider .slick-dots li button:before {
    font-size: 20px;
    color: white;
}

.testim_slider .slick-prev,
.testim_slider .slick-next {
    font-size: 15px;
    color: #737384;
    z-index: 10;
    background-color: #ffffffcf;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    top: -45px;
}

.testim_slider .slick-prev {
    right: 40px;
    left: unset;
}

.testim_slider .slick-next {
    right: 0px;
    left: unset;
}

.testim_slider .slick-prev:before,
.slick-next:before {
    display: none;
}

.testim_col {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 4px #00000025;
    padding: 20px;
    height: 410px;
}

.testim_col .profile {
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #83838340;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.testim_col .profile h4 {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}

.testim_col .profile h4 small {
    color: #737384;
    font-size: 12px;
}

.testim_col .comment {
    font-size: 16px;
    color: #4A4955;
    line-height: 27px;
}


/*  */


.recentOrder_slider {
    margin-top: 0rem;
}

.recentOrder_slider .carousel {
    width: 100%;
    margin: 0px auto;
}

.recentOrder_slider .slick-slide {
    margin: 10px;
}


.recentOrder_slider .slick-dots li button:before {
    font-size: 20px;
    color: white;
}

.recentOrder_slider .slick-prev,
.recentOrder_slider .slick-next {
    font-size: 15px;
    color: #737384;
    z-index: 10;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    top: -45px;
}

.recentOrder_slider .slick-prev {
    right: 40px;
    left: unset;
}

.recentOrder_slider .slick-next {
    right: 0px;
    left: unset;
}

.recentOrder_slider .slick-prev:before,
.slick-next:before {
    display: none;
}

.recentOrder_col .profile {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.recentOrder_col .profile p {
    margin-bottom: 0px;
    color: #696C74;
    font-size: 15px;
}

.recentOrder_col .orderTypes p {
    display: flex;
    background-image: linear-gradient(to right, #2A3E5C, #F4A024);
    color: #fff;
    border-radius: 35px;
    padding: 8px 15px;
    gap: 10px;
}


/*  */
.seeWhy_col {
    text-align: center;
    margin-top: 20px;
}

.seeWhy_col h4 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: bold;
}

.seeWhy_col h3 {
    background-color: #fff;
    border-radius: 4px;
    width: 200px;
    padding: 8px 15px;
    text-align: center;
    margin: 20px auto 20px;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.seeWhy_col p {
    margin-bottom: 0px;
    color: #fff;
    font-weight: bold;
}

/*  */
.support_image {
    background-color: #F7F7F8;
    border-radius: 12px;
    height: 450px;
    overflow: hidden;
}

.support_image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.support_text {
    background-color: #F7F7F8;
    border-radius: 12px;
    height: 450px;
    overflow: hidden;
    padding: 25px;
}

.support_text h3 {
    color: #27262B;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}

.support_text p {
    color: #4A4955;
    font-size: 16px;
}

.support_text a {
    color: #f4a024;
    font-size: 22px;
    font-weight: 500;
    margin: 0px 0px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.support_text a img {
    height: 25px;
}

/*  */
.howWork_col {
    text-align: center;
}

.howWork_col img {
    background-image: linear-gradient(to right, #2A3E5C, #F4A024);
    width: 65px;
    height: 65px;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.howWork_col h4 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #27262B;
}

.howWork_btn .btn_gradant {
    width: 250px;
    display: inline-block;
}

/*  */
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: unset;
    background-color: transparent;
    box-shadow: none;
}

.accordion-item {
    border-radius: 10px;
    border: none;
    box-shadow: 0px 0px 4px #00000025;
    margin-bottom: 15px;
    margin-top: 15px;
    overflow: hidden;
}

.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.accordion-button {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.accordion-button::after {
    background-color: #F7F7F8;
    border-radius: 5px;
}

.freeQuote_subTitle {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #4A4955;
    margin: 15px 25px 0px;
    text-align: center;
}

.roman-list {
    padding: 0px;
    list-style: none;
}

.roman-list .romal_heading {
    list-style: none;
    display: block;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

.roman-list .romal_heading p {
    font-size: 18px;
    color: #27262B;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
    line-height: unset;
}

.roman-list li {
    display: inline-block;
    background-color: #dedede96;
    margin: 10px 5px 0px 0px;
    border-radius: 5px;
    padding: 3px 6px;
}

.roman-list li p {
    margin-bottom: 0px;
    line-height: unset;
}

/*  */
.newsLetter_wrap {
    background-color: #3A3941;
}

.newsLetter_fiels {
    width: 600px;
    margin: auto;
}

.newsLetter_fiels .btn_gradant {
    width: 150px;
}

.newsLetter_fiels .seva-fields .formkit-submit {
    position: absolute !important;
    right: 0;
    top: 0;
    border-radius: 0px 4px 4px 0px !important;
    color: #fff !important;
    font-size: 15px;
    border: none;
    font-weight: 600 !important;
    padding: 0 12px;
    height: 47px;
    width: 150px;
    background-image: linear-gradient(to right, #2A3E5C, #F4A024);
}

.newsLetter_fiels .seva-fields .formkit-submit:hover {
    background-image: linear-gradient(to right, #F4A024, #2A3E5C);
    color: #fff;
}

.footer_wrap {
    background-color: #27262B;
}

.footer_logo {
    margin-bottom: 20px;
}

.footer_logo img {
    height: 100px;
}

.footer_description p {
    color: #CCCBCE;
    font-size: 14px;
}

.footer_links {
    list-style: yno;
    padding: 0px;
    margin: 0px;
}

.footer_links li a {
    text-decoration: none;
    font-size: 14px;
    color: #CCCBCE;
    padding: 10px 0;
    display: block;
}

.footer_social {
    margin-top: 10px;
    margin-bottom: 35px;
}

.footer_social h4 {
    font-size: 14px;
    color: #838389;
    font-weight: bold;
}

.footer_social ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 15px;
}

.footer_social ul a img {
    height: 15px;
}

.footer_social ul a {
    background-color: #47464b;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.footer_cards {
    margin-bottom: 25px;
}

.footer_cards ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer_seq ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media screen and (max-width:1399px) and (min-width:1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
        font-weight: 600;
        padding: 0 10px;
    }

    .nav_phone {
        font-size: 12px;
    }

    .nav_buttons a {
        font-size: 12px;
    }

}

@media screen and (max-width:1199px) and (min-width:992px) {
    .navbar-brand img {
        height: 65px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
        font-weight: 600;
        padding: 0 10px;
    }

    .navbar-expand-lg .navbar-nav .rating_nav-item .nav-link span {
        display: none;
    }

    .nav_phone {
        font-size: 12px;
    }

    .nav_buttons a {
        font-size: 12px;
    }
}

@media screen and (max-width:1200px) {
    .review_col {
        height: 500px;
    }

    .testim_col {
        height: 530px;
    }

    .recentReview_col {
        height: auto;
    }
}

@media screen and (max-width:991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
        padding: 15px 0;
    }

    .collapse_close {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .collapse_close i {
        color: #fff;
        font-size: 25px;
    }

    .navBtn_numnber {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .nav_phone {
        color: #fff;
    }

    .nav_phone span {
        background-color: #f09e25;
    }

    .nav_buttons .btn_blue {
        border-color: #fff;
        color: #fff;
    }

    .banner_form {
        margin-left: 0px;
        margin-top: 40px;
    }

    .whyChoose_tab .nav {
        flex-wrap: unset;
        overflow: auto;
        margin-bottom: 20px;
    }


    .whyChoose_tab .nav .nav-item button {
        width: max-content;
        border-top: 1px solid #0000002e;
        border-left: 1px solid #0000002e;
        border-right: 1px solid #0000002e;
        font-weight: 600;
    }

    .review_slider .slick-prev,
    .review_slider .slick-next {
        top: 50%;
    }

    .review_slider .slick-prev {
        right: unset;
        left: -32px;
    }

    .review_slider .slick-next {
        right: -32px;
        left: unset;
    }

    .ourSample_slider .slick-prev,
    .ourSample_slider .slick-next {
        top: 50%;
    }

    .ourSample_slider .slick-prev {
        right: unset;
        left: -32px;
    }

    .ourSample_slider .slick-next {
        right: -32px;
        left: unset;
    }

    .testim_slider {
        margin-top: 0rem;
    }

    .testim_slider .slick-prev,
    .testim_slider .slick-next {
        top: 50%;
    }

    .testim_slider .slick-prev {
        right: unset;
        left: -32px;
    }

    .testim_slider .slick-next {
        right: -32px;
        left: unset;
    }

    .recentOrder_slider .slick-prev,
    .recentOrder_slider .slick-next {
        top: 50%;
    }

    .recentOrder_slider .slick-prev {
        right: unset;
        left: -32px;
    }

    .recentOrder_slider .slick-next {
        right: -32px;
        left: unset;
    }
}

@media screen and (max-width:768px) {
    .header_wrap {
        padding: 0px 0;
    }

    .navbar-brand img {
        height: 75px;
    }

    .section_mt {
        margin-top: 3rem;
    }

    .section_pb {
        padding-bottom: 2rem;
    }

    .section_pt {
        padding-top: 2rem;
    }

    .section_pr {
        padding-right: 1rem;
    }

    .section_pl {
        padding-left: 1rem;
    }

    .home_bannerContent h1 {
        text-align: center;
        font-size: 22px;
        line-height: 30px;
    }

    .home_bannerContent p {
        font-size: 15px;
        text-align: center;
        line-height: 25px;
    }

    .home_bannerContent span {
        text-align: center;
        font-size: 15px;
    }

    .banner_btns {
        text-align: center;
    }

    .banner_form h3 {
        font-size: 18px;
    }

    .section_title h2 {
        font-size: 25px;
    }

    .whyChoose_tab .tab-content {
        height: auto;
    }

    .whyChoose_tab .tab-content .tab-pane img {
        height: 100px;
    }

    .whyChoose_tab .tab-content .tab-pane h2 {
        font-size: 18px;
    }

    .whyChoose_tab .tab-content .tab-pane p {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .section_titleText_only h2 {
        font-size: 20px;
    }

    .review_col .profile h4 {
        font-size: 18px;
    }

    .review_col .comment {
        font-size: 15px;
    }

    .review_col .rating li {
        font-size: 15px;
    }

    .ourSample_col h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .testim_col .profile h4 {
        font-size: 15px;
    }

    .testim_col .comment {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .recentOrder_col .orderTypes p {
        font-size: 15px;
    }

    .seeWhy_col h4 {
        font-size: 20px;
    }

    .seeWhy_col h3 {
        font-size: 22px;
    }

    .seeWhy_col p {
        font-size: 15px;
    }

    .support_text h3 {
        font-size: 18px;
    }

    .support_text p {
        font-size: 15px;
    }

    .support_text a {
        font-size: 18px;
    }

    .support_text a img {
        height: 20px;
    }

    .howWork_col h4 {
        font-size: 18px;
    }

    .newsLetter_fiels {
        width: 100%;
    }

    .support_text {
        height: auto;
    }

    .review_slider .slick-prev {
        left: -25px;
    }

    .review_slider .slick-next {
        right: -25px;
    }

    .ourSample_slider .slick-prev {
        left: 0px;
    }

    .ourSample_slider .slick-next {
        right: 10px;
    }

    .testim_slider .slick-prev {
        left: -25px;
    }

    .testim_slider .slick-next {
        right: -25px;
    }

    .recentOrder_slider .slick-prev {
        left: -25px;
    }

    .recentOrder_slider .slick-next {
        right: -25px;
    }

}

@media screen and (max-width:576px) {
    .navbar-collapse {
        width: 90%;
    }

    .video_modalWrap {
        z-index: 999999;
    }

    .video_modal {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .eBook_modalWraper {
        z-index: 999999;
    }

    .eBook_modal {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .banner_btns {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .banner_btns .btn_blue {
        margin-right: 0px;
    }

    .nav_buttons {
        width: 100%;
    }

    .nav_buttons a {
        width: 100%;
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }

    .review_col {
        height: auto;
    }

    .testim_col {
        height: auto;
    }

    .recentReview_col {
        height: auto;
    }

}

/* review page css start */
.otherBanner_row {
    background-image: url('/assets/images/new-img/banner-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    border-radius: 15px;
    position: relative;
}

.otherBanner_col {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.otherBanner_col h2 {
    margin-bottom: 0px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
}

.otherBanner_col p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0px;
}

.otherBanner_col img {
    height: 70px;
}

.placing_video {
    height: 450px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 4px #00000025;
}

.placing_video iframe {
    width: 100%;
    height: 100%;
}


.partner_slider {
    margin-top: 0rem;
}

.partner_slider .carousel {
    width: 100%;
    margin: 0px auto;
}

.partner_slider .slick-slide {
    margin: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner_slider .slick-slide img {
    height: 65px;
}


.partner_slider .slick-dots li button:before {
    font-size: 20px;
    color: white;
}

.partner_slider .slick-prev,
.partner_slider .slick-next {
    font-size: 15px;
    color: #737384;
    z-index: 10;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    top: 45%;
    border: 1px solid #000;
}

.partner_slider .slick-prev {
    left: 0px;
}

.partner_slider .slick-next {
    right: 0px;
}

.partner_slider .slick-prev:before,
.slick-next:before {
    display: none;
}

.recentReview_col .profile {
    border-bottom: none;
    margin-bottom: 0px;
}

.recentReview_col .comment {
    min-height: 125px;
    vertical-align: middle;
    align-items: center;
    display: flex;
    border-bottom: 1px solid #83838340;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.recentReview_col .rating li {
    font-weight: bold;
    color: #27262B;
}

.background_dueSoon {
    background-image: url(/assets/images/new-img/duesoon-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 20px;
}

@media screen and (max-width:768px) {
    .otherBanner_col h2 {
        font-size: 25px;
    }

    .otherBanner_col p {
        font-size: 15px;
    }

    .otherBanner_col img {
        height: 50px;
    }
}

/* review page css end */

/* pricing and discount css start */
.getSave-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 3rem;
}

.getSave-text h3 {
    color: #333333;
    font-size: 30px;
    font-weight: 600;
}

.getSave-text img {
    height: 260px;
}

/*  */
.tableMain_wrap {
    background-color: #F7F7F8;
    border-radius: 20px;
    overflow: hidden;
}

.table_header {
    background-image: linear-gradient(to right, #2A3E5C, #F4A024);
    padding: 15px 25px;
}

.work_type {
    display: flex;
    align-items: center;
}

.work_type label {
    color: #fff;
    width: 105px;
    min-width: 105px;
    font-size: 14px;
}

.work_type .form-select {
    width: 200px;
    height: 40px;
}

.page-counter {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

.page-counter label {
    font-size: 14px;
    color: #fff;
}

.quantity {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quantity button {
    background-color: #32425C;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
}

.quantity button:hover {
    background-color: #32425C;
}

.quantity .input-box {
    width: 40px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
}

/* Hide the number input spin buttons */
.quantity .input-box::-webkit-inner-spin-button,
.quantity .input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity .input-box[type="number"] {
    -moz-appearance: textfield;
}

.work_table {
    margin: 35px auto 55px;
    width: 95%;
}

.work_table table {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 4px #0000003b;
}

.work_table table tr {
    box-shadow: 0px 0px 2px #0000003b;
}

.work_table table th,
.work_table table td {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 15px 15px;
    border: none;
}

.work_table table th a,
.work_table table td a {
    color: #212529;
    text-decoration: none;
}

.work_table table th {
    background-color: #32425c;
    color: #fff;
}

.total_priceRow {
    width: 95%;
    margin: 0px auto 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
}

.total_priceRow .total_points {
    background-color: #FFC144;
    padding: 20px 60px;
}

.total_priceRow .total_points p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin: 10px 0px;
}

.total_priceRow .total_points p img {
    margin-right: 10px;
    height: 16px;
}

.total_priceRow .total_price h2 {
    text-align: center;
    margin: 0px;
    font-weight: bold;
    font-size: 25px;
}

.total_priceRow .total_price h2 span {
    color: #FAA802;
    font-size: 30px;
}

.tableOrder_now {
    padding-right: 30px;
}

.tableOrder_now .btn_gradant {
    width: 245px;
    display: block;
    text-align: center;
    padding: 20px 0;
}

@media screen and (max-width:991px) {
    .total_priceRow {
        flex-direction: column;
        gap: 30px;
        padding: 0 0 30px;
    }

    .total_priceRow .total_points {
        width: 100%;
    }

    .tableOrder_now {
        padding-right: 0px;
    }
}

@media screen and (max-width:768px) {
    .getSave-text {
        flex-direction: column;
        padding-left: 0px;
        gap: 20px;
        margin-top: 20px;
    }

    .getSave-text h3 {
        text-align: center;
        font-size: 25px;
    }

    .getSave-text img {
        height: 200px;
    }

    .work_type {
        justify-content: center;
        margin-bottom: 15px;
    }

    .page-counter {
        justify-content: center;
    }

    .total_priceRow .total_points p {
        font-size: 15px;
    }
}

@media screen and (max-width:576px) {
    .total_priceRow .total_points {
        padding: 20px 25px;
    }
}

/* pricing and discount css end */

/* login css start */
.handBanner_row {

    background-image: url('/assets/images/new-img/hand-banner.png');
}

.loginBanner_row {
    height: 40vh;
}

.login_form {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 40px;
}

.forgot_link {
    color: #F3A126;
    font-size: 14px;
}

.forgot_link:hover {
    color: #F3A126;
}

.login_form .form-check {
    font-size: 14px;
}

.login_form .form-check input {
    box-shadow: none;
    outline: none;
}

.login_btn .btn_gradant {
    width: 250px;
    display: inline-block;
    border: none;
}

@media screen and (max-width:576px) {
    .login_btn .btn_gradant {
        width: 100%;
    }

    .login_form .form-check {
        margin-bottom: 0px;
        font-size: 12px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .forgot_link {
        font-size: 12px;
    }
}

/* login css end */

/* place new order css start */
.formTab_btns {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.formTab_btns .tab_btns {
    width: 260px;
    text-align: center;
    border: 2px solid #2A3E5C;
    color: #2A3E5C;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    padding: 10px 25px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.formTab_btns .tab_btnsActive {
    background-image: linear-gradient(to right, #2A3E5C, #F4A024);
    color: #fff;
}

.formTab_btns .tab_btns:first-child {
    border-radius: 4px 0px 0px 4px;
}

.formTab_btns .tab_btns:last-child {
    border-radius: 0px 4px 4px 0px;
}

/*  */
/* Progress Bar */
.progressbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    counter-reset: step;
    padding: 0px;
}

.progressbar li {
    list-style: none;
    text-align: center;
    position: relative;
    flex: 1;
}

.progressbar li span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #737384;
    font-size: 16px;
    gap: 10px;
}

.progressbar li.active span {
    color: #27262B;
    font-weight: 500;
}

.progressbar li span small {
    background-color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 2px #00000030;
}

.progressbar li.active span small {
    background-color: transparent;
    background-image: linear-gradient(to right, #2A3E5C, #F4A024);
    color: #fff;
}

.progressbar li::before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #fff;
    color: #737384;
    font-weight: 600;
    display: none;
}

.progressbar li::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 2px;
    background-color: #ddd;
    top: 15px;
    left: -20%;
    z-index: 0;
}

.progressbar li:first-child::after {
    content: none;
}

.progressbar li.active::before {
    border-color: #27262B;
    background: #27262B;
    color: white;
}

.progressbar li.active+li::after {
    background-color: #27262B;
}

/* Form */
.form-step {
    display: none;
}

.form-step.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.form_orderTitle {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.formControll_btns {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.formControll_btns .tab_btnsForm {
    width: 50%;
    text-align: center;
    border: 2px solid #2A3E5C;
    color: #2A3E5C;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0px;
    padding: 10px 10px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.formControll_btns .tab_btnsFormActive {
    background-image: linear-gradient(to right, #2A3E5C, #F4A024);
    color: #fff;
}

.formControll_btns .tab_btnsForm:first-child {
    border-radius: 4px 0px 0px 4px;
}

.formControll_btns .tab_btnsForm:last-child {
    border-radius: 0px 4px 4px 0px;
}

.form_span {
    color: #F3A126;
    font-size: 12px;
}

.format_style a {
    border: 1px solid #ffaa0080;
    border-radius: 4px;
    margin: 0px 15px 5px 0px;
    font-size: 12px;
    color: #27262B;
    text-decoration: none;
    padding: 2px 15px;
    display: inline-block;
    font-weight: 600;
}

.format_style a.active {
    background-color: #ffaa0040;
}

.upload_material {
    display: flex;
    align-items: center;
    gap: 15px;
}

.upload_material label {
    background-image: linear-gradient(to right, #2A3E5C, #F4A024);
    color: #fff;
    padding: 15px 10px;
    font-size: 14px;
    border-radius: 4px;
    display: flex;
    width: 165px;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.upload_material p {
    margin: 0px;
    font-size: 16px;
}

.form-control_text {
    height: 125px;
}

.amount_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amount_form h3 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
}

.amount_form p {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #53A039;
}

.amount_form p .currency {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.amount_form p .form-select {
    font-size: 14px;
    font-weight: 600;
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 30px;
    height: auto;
}

.guarantee_text {
    font-size: 12px;
    line-height: 18px;
    display: block;
    color: #27262B;
}

.enter_couponText {
    font-size: 12px;
    color: #27262B;
}

.grand_total {
    border: 1px solid #ffaa0080;
    background-color: #ffaa0040;
    padding: 10px 15px;
    border-radius: 4px;
}

.grand_total h2 {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
}

.grand_total h2 p {
    font-size: 20px;
    font-weight: bold;
    color: #53A039;
    margin-bottom: 0px;
}

.form-check_policy .form-check-label a {
    color: #000;
}
.form-check_policy .form-check-input {
    width: 15px;
}

.orderSummary_list {
    background-color: #F7F7F8;
    border-radius: 6px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.orderSummary_list .summary_col {
    display: flex;
    align-items: center;
}

.orderSummary_list .summary_col .summary_left {
    font-size: 15px;
    width: 50%;
    margin-bottom: 0px;
}

.orderSummary_list .summary_col .summary_right {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}

.paypal_button {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
    border: 2px solid #2D405D;
    text-align: center;
    padding: 5px 5px;
    border-radius: 4px;
    color: #2D405D;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 55px;
}

.pay_cardButton {
    width: 100%;
    margin-bottom: 1rem;
    border: 2px solid #2D405D;
    text-align: center;
    padding: 5px 5px;
    border-radius: 4px;
    color: #2D405D;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 55px;
}

.pay_cardButton b {
    font-size: 25px;
}

.payment_types ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.payment_types ul li {
    background-color: #00000070;
    border-radius: 4px;
}

.tankyou_row {
    text-align: center;
}

.tankyou_row {
    text-align: center;
}

.tankyou_row img {
    height: 100px;
    margin-bottom: 20px;
}

.tankyou_row h2 {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 15px;
    color: #333333;
}

.tankyou_row span {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3rem;
    display: block;
    color: #333333;
}

.tankyou_row h3 {
    font-size: 25px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}

.tankyou_row p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3rem;
    display: block;
    color: #333333;
}




/* .btns {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

button {
    padding: 10px 20px;
    border: none;
    background: #4CAF50;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

button:disabled {
    background: #ccc;
    cursor: not-allowed;
} */

@media screen and (max-width:768px) {
    .login_form {
        padding: 20px 20px;
    }

    .progressbar li span span {
        display: none;
    }
}

/* place new order css end */

/* course work css start */
.courseWork_img {
    width: 50%;
    margin-bottom: 20px;
}

.writing_image img {
    width: 100%;
}

.write_point p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4A4955;
    font-size: 15px;
}

.nursingSupport_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.support_btn {
    text-align: left;
}

.support_btn .btn_gradant {
    width: 250px;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.features-col ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.features-col ul li {
    width: 215px;
}

.features-col ul li p {
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4A4955;
}

.support_text_withoutBG {
    padding-left: 0px;
    padding-right: 0px;
    background-color: transparent;
    height: auto;
    padding-bottom: 0px;
}

.ourResume_col {
    padding-top: 0px;
    padding-bottom: 0px;
}

.ourResume_col img {
    width: auto;
    height: 310px;
    margin-bottom: 0px;
}

.writer_col {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 4px #00000025;
    padding: 20px;
}

.writer_col img {
    width: auto;
    height: 365px;
    margin: auto;
}

@media screen and (max-width:768px) {
    .courseWork_img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .write_point {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }

    .write_point p {
        width: 50%;
    }

    .features-col ul {
        flex-direction: column;
        gap: 15px;
    }
}

/* course work css end */

/* blog page cs start */
.blog_col {
    display: flex;
    align-items: center;
    gap: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 4px #00000025;
}

.blog_col .blog_img {
    height: 400px;
    min-height: 400px;
    width: 450px;
    min-width: 450px;
    overflow: hidden;
    position: relative;
}

.blog_col .blog_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog_col .blog_img small {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #4A4955;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
}

.blog_content {
    padding-right: 20px;
}

.blog_content h3 {
    font-size: 22px;
    line-height: 34px;
}

.blog_content h3 a {
    color: #212529;
    text-decoration: none;
}

.blog_content p {
    font-size: 16px;
    display: block;
}

.blog_content .btn_gradant {
    display: inline-block;
    width: 180px;
    text-align: center;
}

.blog_content .blog_date {
    display: block;
    text-align: right;
    font-size: 14px;
    border-top: 1px solid #DEDEE0;
    margin-top: 20px;
    padding-top: 20px;
}

.blogRight_col {
    background-color: #F7F7F8;
    padding: 20px;
}

.blog_colRigth_main {
    box-shadow: 0px 0px 4px #00000025;
    padding: 20px;
    border-radius: 10px;
}

.blog_colRigth_main h3 {
    font-size: 22px;
    line-height: 34px;
}

.blog_colRigth_main h3 a {
    color: #212529;
    text-decoration: none;
}

.blogRight_col p {
    font-size: 16px;
    display: block;
}

.blogRight_col span {
    display: block;
    text-align: left;
    font-size: 14px;
    border-top: 1px solid #DEDEE0;
    margin-top: 20px;
    padding-top: 20px;
}

.blog_pegination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog_pegination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 15px;
}

.blog_pegination ul li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.blog_pegination ul li a.active {
    color: #F4A024;
}

.blog_pegination ul li a.arrow {
    color: #F4A024;
    font-size: 18px;
}



.ourBlog_slider .carousel {
    width: 100%;
    margin: 0px auto;
}

.ourBlog_slider .slick-slide {
    margin: 10px;
}


.ourBlog_slider .slick-dots li button:before {
    font-size: 20px;
    color: white;
}

.ourBlog_slider .slick-prev,
.ourBlog_slider .slick-next {
    font-size: 15px;
    color: #737384;
    z-index: 10;
    background-color: #F7F7F8;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    top: -45px;
}

.ourBlog_slider .slick-prev {
    right: 40px;
    left: unset;
}

.ourBlog_slider .slick-next {
    right: 0px;
    left: unset;
}

.ourBlog_slider .slick-prev:before,
.slick-next:before {
    display: none;
}

.ourBlog_carousel .blog_col .blog_img {
    width: 250px;
    min-width: 250px;
    height: 300px;
    min-height: 350px;
}

.blogDetail_col {
    box-shadow: 0px 0px 4px #00000025;
    padding: 20px;
    border-radius: 10px;
}

.blogDetail_col .ratio-container img {
    width: 100%;
}

.blogDetail_col h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.blogDetail_col span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #9e9e9e;
    margin-bottom: 20px;
}

.blogDetail_col p {
    font-size: 16px;
    display: block;
}

.blogDetail_col h4 {
    font-size: 20px;
}

.blogDetail_col p a {
    text-decoration: none;
    color: #F4A024;
}

@media screen and (max-width:991px) {

    .ourBlog_slider .slick-prev,
    .ourBlog_slider .slick-next {
        top: 50%;
    }

    .ourBlog_slider .slick-prev {
        right: unset;
        left: -32px;
    }

    .ourBlog_slider .slick-next {
        right: -32px;
        left: unset;
    }

    .ourBlog_carousel .blog_col .blog_img {
        width: 100%;
        min-width: unset;
        height: auto;
        min-height: unset;
    }


}

@media screen and (max-width:768px) {
    .blog_col {
        flex-direction: column;
    }

    .blog_col .blog_img {
        width: 100%;
        min-width: unset;
        height: auto;
        min-height: unset;
    }

    .blog_content {
        padding: 20px;
    }

    .blog_content h3 {
        font-size: 18px;
        line-height: unset;
    }

    .blog_content p {
        font-size: 15px;
    }

    .blog_colRigth_main h3 {
        font-size: 18px;
        line-height: unset;
    }

    .blogRight_col p {
        font-size: 15px;
    }

    .ourBlog_slider .slick-prev {
        left: 0px;
    }

    .ourBlog_slider .slick-next {
        right: 0px;
    }

    .ourBlog_carousel .blog_col .blog_img {
        width: 100%;
        min-width: unset;
        height: auto;
        min-height: unset;
    }

    .blogDetail_col h3 {
        font-size: 20px;
    }

    .blogDetail_col p {
        font-size: 15px;
    }

    .blogDetail_col h4 {
        font-size: 18px;
    }
}

/* blog page css end */

/* terms css start */
.terms_col h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0px 15px 0px;
}

.terms_col p {
    font-size: 16px;
}

.terms_col p a {
    color: #F4A024;
}

@media screen and (max-width:768px) {
    .terms_col h3 {
        font-size: 18px;
    }

    .terms_col p {
        font-size: 15px;
    }
}

/* terms css end */